projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62feb91
)
Use insert instead of insert-string
author
Fabián Ezequiel Gallina
<fgallina@cuca>
Thu, 17 May 2012 03:03:06 +0000
(
00:03
-0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Thu, 17 May 2012 03:03:06 +0000
(
00:03
-0300)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 6a5435afb24fc25d2b1fecf2d3c4449575ade469..650f030067c84b9af9be66b47176d5ae85eeec3d 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1160,7
+1160,7
@@
Return the output."
(> (length python-shell-prompt-output-regexp) 0))
(setq output-buffer
(with-temp-buffer
- (insert
-string
output-buffer)
+ (insert output-buffer)
(goto-char (point-min))
(forward-comment 1)
(buffer-substring-no-properties